<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-ad {
    width: 100%; /* 瀹藉害榛樿鍗犳弧瀹瑰櫒 */
    display: flex;
    justify-content: center; /* 鍐呭灞呬腑 */
    margin: 1px 0; /* 涓婁笅闂磋窛 */
}

.banner-ad a {
    display: block; /* 閾炬帴鍧� */
}

.adHF{
    width: 1200px; /* 鏈€澶у搴︼紝涓庤棰戝垪琛ㄥ榻� */
    height: 60px; /* 淇濇寔鍥剧墖姣斾緥 */
}

.adHF1 {
    width: 1200px; /* 鏈€澶у搴︼紝涓庤棰戝垪琛ㄥ榻� */
    height: 120px; /* 淇濇寔鍥剧墖姣斾緥 */
}
/* 绉诲姩绔牱寮忥細鍥哄畾楂樺害涓�80px锛屽浘鐗囧畬鏁存樉绀� */
@media (max-width: 768px) {
    .adHF {
        height: 40px; /* 鍥哄畾楂樺害涓�80px */
        width: 100vw; /* 瀹藉害鑷€傚簲 */
    }
    .adHF1 {
        height: 80px; /* 鍥哄畾楂樺害涓�80px */
        width: 100vw; /* 瀹藉害鑷€傚簲 */
    }
}

/* 瀹瑰櫒 */
.ad-container {
    max-width: 1200px;
    margin: auto;
    display: block;
    box-sizing: border-box;
}

@media screen and (max-width: 750px) {
    .menu {
        margin: 0px 0 0;
        border-radius: 0;
        padding: 0;
        width: 100%;
    }
}
.menu-wrap dl {
    margin: auto;
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0;
    background-color: #e5e5e5;
}
.menu-wrap dt {
    width: 8%;
    font-size: 20px;
    color: #000;
}
.menu-wrap dt, .menu-wrap dd {
    float: left;
    line-height: 40px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .menu dt {
        width: 14%;
        line-height: 70px;
        font-size: 14px;
    }
}
.menu-wrap dd {
    width: 11.5%;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .menu-wrap dl {
        padding: 10px 0;
    }
}

.menu dl:first-child {
    border-top: 0;
}

.menu-wrap dt a {
    background: #e7cdaa;
    padding: 5px;
    border-radius: 10px;
    color: black;
    font-size: 16px;
}



.menu-wrap::after {
    content: "";
    display: table;
    clear: both;
}


@-webkit-keyframes hue {
	from {
		-webkit-filter: hue-rotate(0deg);
		-moz-filter: hue-rotate(0deg)
	}

	to {
		-webkit-filter: hue-rotate(-360deg);
		-moz-filter: hue-rotate(-360deg)
	}
}

/* 瀹瑰櫒鏍峰紡 */
.ad-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(66px, 1fr)); /* 姣忎釜鏈€灏�66px锛屽墿浣欑┖闂村潎鍒� */
    gap: 4px; /* 骞垮憡涔嬮棿鐨勯棿璺� */
    max-width: 1200px; /* 瀹藉害涓庨〉闈竴鑷� */
    margin: 2px auto; /* 灞呬腑鏄剧ず */
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
    .menu-wrap dd {
        width: 21%;
        line-height: 30px;
        font-size: 14px;
    }
    /* 瀹瑰櫒鏍峰紡 */
    .ad-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(55px, 1fr)); /* 姣忎釜鏈€灏�66px锛屽墿浣欑┖闂村潎鍒� */
        gap: 4px; /* 骞垮憡涔嬮棿鐨勯棿璺� */
        max-width: 85%; /* 瀹藉害涓庨〉闈竴鑷� */
        margin: 2px 0; /* 灞呬腑鏄剧ず */
        padding: 5px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    }
}

/* 鏍峰紡 */
.ad-item {
    margin: 2px;
    text-align: center;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 鍥剧墖鏍峰紡 */
.ad-item img {
    width: 80%; /* 鍥剧墖瀹藉害80% */
    object-fit: contain; /* 淇濇寔鍥剧墖姣斾緥 */
    border-radius: 10px;
    max-width: 80px;
}

/* 鏂囧瓧鏍峰紡 */
.ad-item div {
    font-size: 10px ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg, #f35626, #7100ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;
}

/* 榧犳爣鎮仠鏃剁殑鏁堟灉 */
.ad-item:hover {
    transform: translateY(-5px); /* 鍚戜笂娴姩 */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* 鍝嶅簲寮忚璁★細绉诲姩绔� */
@media (max-width: 768px) {
    .ad-item img {
        width: 100%; /* 鍥剧墖瀹藉害涓�100% */
    }
}



#ppap {
    position: relative;
    z-index: 9999;
}

.ppap {
    position: fixed;
    /*width: 100px; !* 鍥哄畾瀹藉害 *!*/
    /*height: 100px; !* 鍥哄畾楂樺害 *!*/
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.ppap:hover {
    transform: scale(1.1);
}

.ppap.zuo1 {
    top: 13%;
    right: 1%;
}

.ppap.zuo2 {
    top: 27%;
    right: 1%;
}

.ppap.zuo3 {
    top: 42%;
    right: 1%;
}

.ppap.zuo4 {
    top: 57%;
    right: 1%;
}

.ppap.zuo5 {
    top: 73%;
    right: 1%;
}

.ppap.xia1 {
    top: 88%;
    left: 5%;
}

.ppap.xia2 {
    top: 88%;
    left: 29%;
}

.ppap.xia3 {
    top: 88%;
    left: 53%;
}

.ppap.xia4 {
    top: 88%;
    left: 78%;
}


/* 鍥剧墖鏍峰紡锛岄槻姝㈣繃澶� */
.ppap img {
    width: 60px; /* 鑷€傚簲鐖跺鍣� */
    height: 60px; /* 鑷€傚簲鐖跺鍣� */
    border-radius: 10px; /* 鍥剧墖鍦嗚 */
}

/*dd &gt; a{*/
/*    color: #fff;*/
/*}*/</pre></body></html>